home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20041116-20060924 / 000285_fdc@columbia.edu_Fri Mar 24 11:18:46 2006.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!not-for-mail
  2. From: Frank da Cruz <fdc@columbia.edu>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: secure ftp - tls with ckermit client
  5. Date: 24 Mar 2006 16:12:51 GMT
  6. Organization: Columbia University
  7. Lines: 31
  8. Message-ID: <slrne286k3.isr.fdc@sesame.cc.columbia.edu>
  9. References: <dvvju1$8cb$1@blue.rahul.net>
  10. Reply-To: fdc@columbia.edu
  11. NNTP-Posting-Host: sesame.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1143216771 10378 128.59.59.56 (24 Mar 2006 16:12:51 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 24 Mar 2006 16:12:51 GMT
  15. User-Agent: slrn/0.9.8.0 (SunOS)
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15539
  17.  
  18. On 2006-03-24, dold@XsecureXft.usenet.us.com <dold@XsecureXft.usenet.us.com> wrote:
  19. : I gather that TLS is not compiled into the binaries available for download
  20. : from Columbia.
  21. :
  22. Right, we're not allowed to put binaries in public places that include
  23. strong encryption capabilities.
  24.  
  25. : How do I tell whether a particular binary has TLS in it or not?
  26. : Show ... something?
  27. :
  28. SHOW FEATURES
  29.  
  30. : With K95 as the client, I connect to either ftp or ftps by changing the
  31. : port I use to connect.  Will the same be true if I have the right ckermit?
  32. :
  33. It's the same code.
  34.  
  35. : I am on a CentOS 4.0 (kind of RedHat 4.0 ES) platform.  When I try to make
  36. : ckermit, it fails with an error that might be my lack of proper libraries,
  37. : but I'm not sure.
  38. :
  39. : ~/source/kermit/ckver-8.0.211
  40. : $ make redhat9 ends with
  41. :   ckuath.c:12208: warning: passing arg 4 of `DES_pcbc_encrypt' from 
  42. :    incompatible pointer type 
  43. :
  44. Try the current development build:
  45.  
  46.   http://www.columbia.edu/kermit/ckdaily.html
  47.  
  48. - Frank